projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79b4c08
)
dm: ls1021aqds: dts: Use "spi_dataflash" driver instead of "spi_flash_std" for DSPI...
author
Haikun Wang
<
[email protected]
>
Fri, 26 Jun 2015 11:30:41 +0000
(19:30 +0800)
committer
Jagan Teki
<
[email protected]
>
Mon, 29 Jun 2015 19:10:10 +0000
(
00:40
+0530)
The type of DSPI flash on ls1021aqds is AT45DB021, it has specail
commands and page-size.
Use the special spi flash driver instead of "spi_flash_std" driver.
Signed-off-by: Haikun Wang <
[email protected]
>
Tested-by: Haikun Wang <
[email protected]
>
Reviewed-by: Simon Glass <
[email protected]
>
Reviewed-by: Jagan Teki <
[email protected]
>
arch/arm/dts/ls1021a-qds.dts
patch
|
blob
|
history
diff --git
a/arch/arm/dts/ls1021a-qds.dts
b/arch/arm/dts/ls1021a-qds.dts
index 836781153d804b422cb9d9fff93ba043e97f1b9f..e634292359237fb118be98dacad2ed76e425e072 100644
(file)
--- a/
arch/arm/dts/ls1021a-qds.dts
+++ b/
arch/arm/dts/ls1021a-qds.dts
@@
-30,7
+30,7
@@
dspiflash: at45db021d@0 {
#address-cells = <1>;
#size-cells = <1>;
- compatible = "
spi-
flash";
+ compatible = "
atmel,data
flash";
spi-max-frequency = <16000000>;
spi-cpol;
spi-cpha;